T
Spread Windows Forms 7.0 Product Documentation
FieldCollection<T> Class
Members  See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace : FieldCollection<T> Class


Glossary Item Box

Represents a collection for Field object, which is a base class.

Object Model

FieldCollection<T> ClassT Class

Syntax

Visual Basic (Declaration) 
Public Class FieldCollection(Of T As Field) 
   Inherits GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection(Of T)
Visual Basic (Usage)Copy Code
Dim instance As FieldCollection(Of T)
C# 
public class FieldCollection<T> : GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<T> 
where T: Field

Type Parameters

T

Inheritance Hierarchy

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.